PXC Documentation

PXC Home

Replace Image

pre 1.18

Replace instances of an image with a new one.

Node Data

Display name

Replace Image

Internal name

Node_Surface_Replace

Inheritances

Node_Processor
Node_Surface_Replace

Inputs

Surfaces

surface

Base Image

surface

Target Image

surface

Replacement Image

enum

Array Mode

Searching

bool

Fast Mode

slider

Color Threshold

slider

Pixel Threshold

Rendering

bool

Draw Base Image

bool

Replace Empty

Outputs

surface

Surface Out


Surface replace node search for subsurfaces in a surface and replace with a new one.




Properties


Surfaces
Array ModeWhen the Target Image and the Replacement Image is an array. You can set whether to match each target to a replacement, or to randomize the replacement image index.
Searching
Fast ModeMatch only the origin point of the image instead of the entire image. This results in faster processing but may not be as accurate.
Color ThresholdThe threshold used to differentiate two color.
Pixel ThresholdThe amount of pixels need to be match to consider a subsurface.
Rendering
Draw Base ImageWhether to draw original image behind the replacement.



Commit History


1.14.0
  • Introduced

Related Links